Skip to content

Conversation

@jingsu96
Copy link

Changes

Fixed a typo in the "Exporting Types" section where const was used instead of type when extracting a prop type.

Before

const variant = CardRootProps['variant'];
Screenshot 2025-10-20 at 23 09 11

Source Link

After

type variant = CardRootProps['variant'];
Screenshot 2025-10-20 at 23 07 18

@jingsu96 jingsu96 changed the title Fix typo in Exporting Types code example fix: typo in Exporting Types code example Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant